home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / slunec / app / httrack.exe / {app} / src_win / WinHTTrack / NewProj.h < prev    next >
C/C++ Source or Header  |  2002-06-11  |  2KB  |  77 lines

  1. #if !defined(AFX_NEWPROJ_H__B87C5B22_80E5_11D3_A2B2_0000E84E7CA1__INCLUDED_)
  2. #define AFX_NEWPROJ_H__B87C5B22_80E5_11D3_A2B2_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // NewProj.h : header file
  8. //
  9.  
  10.  
  11. #include "EasyDropTarget.h"
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CNewProj dialog
  15.  
  16. class CNewProj : public CPropertyPage
  17. {
  18.     DECLARE_DYNCREATE(CNewProj)
  19.  
  20.     // Construction
  21. public:
  22.     CNewProj();                       // standard constructor
  23.     ~CNewProj();                      // standard destructor
  24.   CString GetName();                // nom complet projet
  25.   CString GetPath();                // path complet projet
  26.   CString GetPath0();               // path complet projet sans dernier slash
  27.   CString GetBasePath();            // base path
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(CNewProj)
  31.     enum { IDD = IDD_NewProj };
  32.     CComboBox    m_ctl_projname;
  33.     CString    m_projname;
  34.     CString    m_projpath;
  35.     //}}AFX_DATA
  36.  
  37.  
  38. // Overrides
  39.     // ClassWizard generated virtual function overrides
  40.     //{{AFX_VIRTUAL(CNewProj)
  41.     protected:
  42.   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43.     //}}AFX_VIRTUAL
  44.  
  45. // Implementation
  46. protected:
  47.   BOOL can_click_next;
  48.   char* GetTip(int id);
  49.   BOOL OnHelpInfo2();
  50.   void Changeprojname(CString stl);
  51.     // Generated message map functions
  52.     //{{AFX_MSG(CNewProj)
  53.     afx_msg void Onbr();
  54.     virtual BOOL OnInitDialog();
  55.     afx_msg void OnChangeprojpath();
  56.     afx_msg void OnChangeprojname();
  57.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  58.     afx_msg void OnSelchangeprojname();
  59.     //}}AFX_MSG
  60.   virtual BOOL OnKillActive( );
  61.   virtual BOOL OnQueryCancel( );
  62.   virtual LRESULT OnWizardNext();
  63.   virtual BOOL OnSetActive( );
  64.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  65.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  66.   afx_msg LRESULT DragDropText(WPARAM wParam,LPARAM lParam);
  67.     DECLARE_MESSAGE_MAP()
  68.  
  69. private: 
  70.   CEasyDropTarget* drag;
  71. };
  72.  
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  75.  
  76. #endif // !defined(AFX_NEWPROJ_H__B87C5B22_80E5_11D3_A2B2_0000E84E7CA1__INCLUDED_)
  77.